Skip to content

docs(n8n): sync 2.29.7 default#380

Merged
mberlofa merged 1 commit into
mainfrom
docs/n8n-2.29.7
Jul 7, 2026
Merged

docs(n8n): sync 2.29.7 default#380
mberlofa merged 1 commit into
mainfrom
docs/n8n-2.29.7

Conversation

@mberlofa

@mberlofa mberlofa commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Sync n8n documentation with the chart default image tag 2.29.7.
  • Add n8n to the curated playground registration and expose image.tag in the playground controls.

Validation

  • make site-sync-check CHART=n8n
  • npm run format:check
  • npm run lint
  • npm run build
  • make release-check REPO=site
  • make attribution-check REPO=site

Summary by CodeRabbit

  • New Features
    • Added an “Image Tag” field to the n8n playground configuration (default set to 2.29.7).
    • Included the n8n chart in the playground’s site-sync configuration so it’s available for more synced workflows.
  • Documentation
    • Updated the n8n chart reference to reflect the current default container image tag (2.29.7).

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 7da74aba-34ed-4f2d-adde-19328c26b824

📥 Commits

Reviewing files that changed from the base of the PR and between 4db7eff and 6a8cd08.

📒 Files selected for processing (3)
  • src/data/playground-configs.ts
  • src/pages/docs/charts/n8n.mdx
  • src/pages/playground.astro
🚧 Files skipped from review as they are similar to previous changes (3)
  • src/pages/playground.astro
  • src/pages/docs/charts/n8n.mdx
  • src/data/playground-configs.ts

📝 Walkthrough

Walkthrough

Updates the n8n chart's default image tag to 2.29.7 in the playground config and docs, and adds n8n to the playground site-sync allowlist.

Changes

n8n image tag update and playground registration

Layer / File(s) Summary
Image tag field and docs update
src/data/playground-configs.ts, src/pages/docs/charts/n8n.mdx
Adds an "Image Tag" field with key image.tag and default 2.29.7 to the n8n playground config, and updates the docs default from 2.22.3 to 2.29.7.
Playground site-sync registration
src/pages/playground.astro
Adds the n8n chart slug to siteSyncPlaygroundConfigs, mapping it to src/data/playground-configs.ts.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related issues

Possibly related PRs

  • helmforgedev/site#322: Updates src/pages/playground.astro’s siteSyncPlaygroundConfigs mapping in the same way, adding a chart slug for site-sync eligibility.
  • helmforgedev/site#323: Extends the same playground config mapping from src/data/playground-configs.ts, changing the same eligibility path.
  • helmforgedev/site#324: Modifies the same siteSyncPlaygroundConfigs registry to add another chart slug, affecting the same playground selection logic.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the main change: syncing the n8n default to version 2.29.7.
Description check ✅ Passed The description includes a solid summary and validation steps, though it omits the template's Quality Gates checkboxes and Related Issue section.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/n8n-2.29.7

Comment @coderabbitai help to get the list of available commands.

mberlofa added a commit to helmforgedev/charts that referenced this pull request Jul 7, 2026
Closes #699.

## Summary
- Bump n8n from `2.28.3` to `2.29.7`.
- Update the main n8n image tag, values schema default, hardcoded
unittest expectations, and README upgrade notes.
- Keep the external task runner image repository on
`docker.io/n8nio/runners`, with the default runner tag still following
`image.tag`.

## Upstream Evidence
- GitHub release:
https://github.com/n8n-io/n8n/releases/tag/n8n%402.29.7
- Release status verified with GitHub CLI: not draft, not pre-release,
published `2026-07-07T06:29:37Z`.
- The issue target `2.29.6` is marked as pre-release upstream; this PR
uses `2.29.7`, the latest stable release that supersedes it.
- `make image-verify IMAGE=docker.io/n8nio/n8n:2.29.7` passed with
`linux/amd64` and `linux/arm64` manifests.
- `make image-verify IMAGE=docker.io/n8nio/runners:2.29.7` passed with
`linux/amd64` and `linux/arm64` manifests.
- 2.29.7 fixes Code node failures when workflows contain AI tools,
versioned action generation for nodes using flat Action fields, and
Salesforce document upload/JWT auth error reporting.

## Site Sync
- Site PR: helmforgedev/site#380

## Validation
- `make image-verify IMAGE=docker.io/n8nio/n8n:2.29.7`
- `make image-verify IMAGE=docker.io/n8nio/runners:2.29.7`
- `make deps-check CHART=n8n`
- `helm unittest charts/n8n` passed: 9 suites, 78 tests.
- `make standards-check CHART=n8n`
- `node scripts/charts/template-standards-check.js --chart n8n`
- `make validate-chart CHART=n8n` passed fully: 20 layers, including k3d
behavioral validation for default plus all CI values scenarios.
- `make site-sync-check CHART=n8n`
- `make release-check REPO=charts`
- `make attribution-check REPO=charts`

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Updated the chart and default image references to version `2.29.7` for
the main app and related runner components.

* **Documentation**
* Refreshed the Helm chart README to reflect the latest release version
and upgrade guidance.
  * Added notes highlighting recent fixes included in this release.

* **Tests**
* Updated deployment test expectations to match the new container image
versions.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: MergeCheck <mergecheck@example.invalid>
@mberlofa mberlofa merged commit 8aa7eec into main Jul 7, 2026
6 checks passed
@mberlofa mberlofa deleted the docs/n8n-2.29.7 branch July 7, 2026 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant